home *** CD-ROM | disk | FTP | other *** search
/ Ian & Stuart's Australian Mac 1993 September / September 93.iso / Archives / Utilities / Text / Compare / Compare 0.9 / Compare 0.9.rsrc / PICT_1158_Tgrep.png < prev    next >
Portable Network Graphic  |  1991-01-08  |  87KB  |  816x1056  |  8-bit (256 colors)
Labels: book | bulletin board | reckoner | sky
OCR: SEARCH FOR string can be a "Regular Expression" composed of subpatterns such as... [abcd] matches single instance of any one of the characters within brackets (Note: "lgnore Case" option does not apply to characters within brackets) [^abcd] matches single instance of any character NOT within the brackets [a-d] matches - single instance of any character between and "d [abcd]* matches any number of consecutive characters belonging T whatever subpattern is defined to the immediate left of II*|I a.cd (period) matches any other character (use match \<abcd\> restricts match to whole words (can mix with non-word subpatterns) abcd match must occur at the beginning of line abcd$ match must occur at the end of a line Example: Find identifiers beginning with "p" or "p" <[Pp][A Za-z0-9 1*I> or simply ...